func reflect.directlyAssignable
3 uses
reflect (current package)
type.go#L1489: return directlyAssignable(uu, t.common()) || implements(uu, t.common())
type.go#L1605: func directlyAssignable(T, V *abi.Type) bool {
value.go#L3188: case directlyAssignable(dst, v.typ()):
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)